home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / mmailp.idb / usr / lib / Zmail / bin / uudepipe.z / uudepipe
Encoding:
Text File  |  1997-01-22  |  125 b   |  5 lines

  1. :
  2. file=${TMPDIR=/tmp}/UUP$$
  3. cat ${1-"-"} | sed "s:begin [0-9][0-9]* .*:begin 600 $file:" | uudecode
  4. cat $file && rm -f $file
  5.